-
Notifications
You must be signed in to change notification settings - Fork 29
DOCSP-42733: atlas prep qs #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOCSP-42733: atlas prep qs #48
Conversation
✅ Deploy Preview for docs-mongoid ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm w/ a couple suggestions
@@ -0,0 +1,51 @@ | |||
You can connect to your MongoDB deployment by providing a | |||
**connection URI**, also called a *connection string*, which | |||
instructs {+odm+} on how to connect to a MongoDB deployment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
S: avoid 'on' to mean 'about'. open to other alternatives than this one
instructs {+odm+} on how to connect to a MongoDB deployment | |
tells {+odm+} how to connect to a MongoDB deployment |
@@ -0,0 +1,22 @@ | |||
You can create a free tier MongoDB deployment on MongoDB Atlas |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
S: compound adjective
You can create a free tier MongoDB deployment on MongoDB Atlas | |
You can create a free-tier MongoDB deployment on MongoDB Atlas |
guide to set up a new Atlas account and load sample data into a new free | ||
tier MongoDB deployment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
guide to set up a new Atlas account and load sample data into a new free | |
tier MongoDB deployment. | |
guide to set up a new Atlas account and load sample data into a new free- | |
tier MongoDB deployment. |
After you create your database user, save that user's | ||
username and password to a safe location for use in an upcoming step. | ||
|
||
After completing these steps, you have a new free tier MongoDB deployment on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After completing these steps, you have a new free tier MongoDB deployment on | |
After completing these steps, you have a new free-tier MongoDB deployment on |
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-42733
Staging -
atlas setup
connections string setup
Self-Review Checklist